home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Programare / restuner / ResTuner_setup.exe / {app} / restuner.chm / help.css < prev    next >
Cascading Style Sheet File  |  2005-01-11  |  869b  |  47 lines

  1. BODY {
  2.     background-color : White;
  3.     color : Black;
  4. }
  5. H3 {
  6.     
  7.     font: bold medium Tahoma;
  8.  
  9. }
  10. UL {font: x-small Tahoma;color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif;
  11. }
  12. LI {font: x-small Tahoma;color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif;
  13. }
  14. P {
  15.     font: x-small Tahoma;
  16.     text-align : justify;
  17.     margin-right: 10px;
  18.     margin-left: 5px;
  19.     
  20. }
  21. p.mid {
  22.         font: x-small Tahoma;
  23.         text-align : center;
  24.         margin-right: 10px;
  25.         margin-left: 5px;
  26.  
  27. }
  28. p.copy {
  29.         font: x-small Tahoma;
  30.         text-align : left;
  31.         margin-right: 10px;
  32.         margin-left: 5px;
  33.  
  34. }
  35.  
  36.  
  37. p.tip {
  38.         background-color : #FFFFCC;
  39.         border : 1px solid black;
  40.         clear : both;
  41.         color : black;
  42.         margin-left : 10%;
  43.         padding : 6px 6px;
  44.         width : 90%;
  45. }
  46.  
  47.